Vector2

Vector2, 2 components

extern (C) @nogc nothrow
struct Vector2 {}

Members

Variables

x
float x;

Vector x component

y
float y;

Vector y component

Meta